From: Wei Liu Date: Thu, 25 Sep 2014 14:23:10 +0000 (+0100) Subject: docs: fix one typo in pvh.markdown X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4302 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=38abaf2334035ee58f890a9901c7ce902cbec9fc;p=xen.git docs: fix one typo in pvh.markdown were -> where Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Roger Pau Monne Acked-by: Roger Pau Monné --- diff --git a/docs/misc/pvh.markdown b/docs/misc/pvh.markdown index 2735b174a1..52d8e743e7 100644 --- a/docs/misc/pvh.markdown +++ b/docs/misc/pvh.markdown @@ -64,7 +64,7 @@ distinction for a 64bit PVH is that it is launched at privilege level 0 as opposed to a 64bit PV guest which is launched at privilege level 3. Also, the `rsi` (`esi` on 32bits) register is going to contain the virtual -memory address were Xen has placed the `start_info` structure. The `rsp` (`esp` +memory address where Xen has placed the `start_info` structure. The `rsp` (`esp` on 32bits) will point to the top of an initial single page stack, that can be used by the guest kernel. The `start_info` structure contains all the info the guest needs in order to initialize. More information about the contents can be